home *** CD-ROM | disk | FTP | other *** search
/ Hottest 6 / Hottest 6 (1996)(PDSoft)[!].iso / software / fredfish / 1007.lha / Programs / TAUI / TAUI.doc < prev    next >
Text File  |  1994-08-22  |  4KB  |  191 lines

  1. ************************************
  2.  
  3.  TAUI - The Archives User Interface
  4.  
  5. ************************************
  6.  
  7. TAUI is a short program that gives you
  8. a Magic User Interface for your lharc.
  9. TAUI uses MUI (the Magic User Interface),
  10. (c) Stefan Stuntz.
  11. (Though, Stefan, could you tell me why
  12.  to install the 2.0 includes to get 
  13.  the program run under MUI 2.0 ???)
  14. It should work with your lharc, though I
  15. have just tried lha yet. Every archives
  16. action is configured thru Tooltypes, so
  17. you can use any lharc.
  18.  
  19. Thanx to Stefan Stuntz for the MUI !
  20. (Sorry Stefan, haven't registered yet)
  21. Thanx also to Eric Totel for the MUI-Builder,
  22. which makes it easy to create Magic User
  23. Interfaces !
  24.  
  25. TAUI is Public Domain. It may be copied and 
  26. spread as long as data are stored on disk
  27. (and maybe longer ...). So go on and spread
  28. it. If you like the program send me a postcard
  29. - and if not, don't hold back...=:-)
  30. If you have some bucks left send it to Stefan
  31. Stuntz or Eric Totel for the wonderfull
  32. working enviroment.
  33.  
  34.  
  35. TAUI uses two parameter in the Command that
  36. is executet by TAUI-buttons. 
  37. <$arc> is replaced by TAUI with the archives
  38.        name.
  39. <$file> is a filename (if need), it is replaced
  40.        with an (guess what !) filename (yep !).
  41.  
  42. You will be asked by the program when $arc or
  43. $file is needed to be replaced. e.g. When
  44. the "Add"-button is pressed, a String-Requester
  45. pops up, and you are asked about the archives 
  46. name. TAUI replaces $arc with that string and
  47. $file with the names selected in the listview-
  48. gadgets. TAUI extracts or archives a file(s)
  49. from one listview to the other one. It does not
  50. matter if source-to-dest or dest-to-source.
  51. TAUI uses the active listview (where a border
  52. is around) as source ! To activate a listview,
  53. you have to select an item, it is not enough
  54. to click into the listview (that is MUI behavour).
  55. (Could be important, if you delete files !!)
  56.  
  57. If you want to read some .readme files (or anything
  58. else) you press the show button. It should 
  59. also be possible to few pictures with that button.
  60. I have configured Multiview to that button to 
  61. view my text files, but MultiView uses Datatypes
  62. to view things. So if you have the right Datatypes,
  63. ... Of course you could use your own viewer if you
  64. like. The viewer is started asynchronous.
  65.  
  66. So folks, I think that's all about TAUI. 
  67. If you have any ideas about TAUI let me know !
  68.  
  69. Jürgen Schober
  70. Muchargasse 35/4
  71. A-8010 Graz
  72. Austria
  73. --
  74. ADSP     : juergen@adsp.sub.org
  75. InterNet : point@sztma.tu-graz.ac.at
  76.  
  77.  
  78. 1. Tooltypes :
  79.  
  80. 1.1 Global Tooltypes
  81. --------------------
  82. 1.1.1 
  83.  
  84.     SOURCE=dh0:
  85.  
  86.     Default path for the Source-listview.
  87.  
  88. 1.1.2
  89.  
  90.     DEST=RAM:
  91.  
  92.     Default path for the Destination-listview.
  93.  
  94. 1.1.3
  95.  
  96.     ICONIFY
  97.  
  98.     If set, TAUI starts iconified
  99.  
  100. 1.1.4
  101.  
  102.     SHOW_INFO
  103.  
  104.     if set, TAUI shows .info files in the Listviews
  105.  
  106.  
  107. 1.2 Archive Functions
  108. ---------------------
  109. 1.2.1 ADD_ARC
  110.  
  111.     ADD_ARC=lha a $arc $file
  112.  
  113.     Add a file to your archive.
  114.  
  115.     lha ... the archivier
  116.  
  117.     $arc is replaced from TAUI
  118.     $file is (are) the selected file(s) 
  119.           in the filelist
  120.  
  121.     This command is executed when you press
  122.     the "Add"-button.
  123.  
  124. 1.2.2 
  125.  
  126.     LIST_ARC=lha l $arc
  127.  
  128.     Show's the contents of the lha in a con-window.
  129.  
  130.     This command is executed by pressing the
  131.     "List"-button.
  132.  
  133. 1.2.3
  134.  
  135.     TEST_ARC=lha t $arc
  136.  
  137.     Test the lha.
  138.  
  139.     This command is executed by pressing "Test".
  140.  
  141. 1.2.4 
  142.  
  143.     DEL_ARC=lha d $arc $file
  144.  
  145.     Deletes a file from your archive.
  146.  
  147.     $arc.... the archives name. replaced by TAUI.
  148.     $file... the file(pattern) to delete from 
  149.              your lha (TAUI askes for).
  150.  
  151.     Executed by "Delete"
  152.  
  153. 1.2.5
  154.  
  155.     EXT_ARC=lha x $arc $file
  156.  
  157.     Extractes a selected lha.
  158.  
  159.     $arc.... the archive to be extracted.
  160.     $file... dest-directory to extract to from the archives.
  161.  
  162.     Executed by pressing "Extract"
  163.  
  164. 1.2.6
  165.  
  166.     MOVE_ARC=lha m $arc $file
  167.  
  168.     Moves files into a lha.
  169.  
  170.     same as Add_Arc !
  171.  
  172.     The "Move" Button !
  173.  
  174. 1.3 Special Functions
  175.  
  176. 1.3.1
  177.  
  178.     TEXT_VIEWER=sys:Utilities/more
  179.  
  180.     The textviewer used to show textfiles.
  181.  
  182.     Used by the "Show" button.
  183.  
  184.  
  185.  
  186. 1.3.2
  187.  
  188. * MakeDir : Create a New Directory
  189. * Delete  : Delete a file or Directory
  190.  
  191.